The VS Compiler Mode command is a convenient way for advanced VectorScript developers to speed up the development process.
By default, the scripts of VectorScript plug-in objects, tools, and menus are compiled once and stored in memory. The object, tool, or menu command memory cache is executed when the script is invoked. However, in VS Compiler mode, the script is compiled each time so that script changes are executed immediately and the developer does not need to restart the application to view changes.